home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / DEMO_BAT.ZIP / ALL-DB-F.BAT < prev    next >
DOS Batch File  |  1995-04-01  |  168b  |  8 lines

  1. @echo off
  2. echo Here is a listing of all files; only the file NAME and file SIZE are displayed
  3. echo in a DATABASE format.
  4. call presskey
  5. echo on
  6. ffg /p *:* /f,ns
  7.  
  8.